github.com/andybalholm/brotli.contextBlockSplitter.last_histogram_ix_ (field)
14 uses
github.com/andybalholm/brotli (current package)
metablock.go#L286: last_histogram_ix_ [2]uint
metablock.go#L327: self.last_histogram_ix_[1] = 0
metablock.go#L328: self.last_histogram_ix_[0] = self.last_histogram_ix_[1]
metablock.go#L383: var last_histogram_ix uint = self.last_histogram_ix_[j] + i
metablock.go#L396: self.last_histogram_ix_[1] = self.last_histogram_ix_[0]
metablock.go#L397: self.last_histogram_ix_[0] = split.num_types * num_contexts
metablock.go#L418: var tmp uint = self.last_histogram_ix_[0]
metablock.go#L419: self.last_histogram_ix_[0] = self.last_histogram_ix_[1]
metablock.go#L420: self.last_histogram_ix_[1] = tmp
metablock.go#L422: histograms[self.last_histogram_ix_[0]+i] = combined_histo[num_contexts+i]
metablock.go#L437: histograms[self.last_histogram_ix_[0]+i] = combined_histo[i]
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |